home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / utils / agrepsrc.zoo / checkfil.h < prev    next >
Text File  |  1993-01-19  |  182b  |  9 lines

  1. #define NOSUCHFILE -3
  2. #define OPENFAILED -2
  3. #define STATFAILED -1
  4. #define ISASCIIFILE 0
  5. #define ISDIRECTORY 1
  6. #define ISBLOCKFILE 2
  7. #define ISSOCKET 3
  8. #define ISBINARYFILE 4
  9.